RtcScreenSourceInfo constructor

RtcScreenSourceInfo(
  1. int sourceId,
  2. String sourceName
)

Constructs a RtcScreenSourceInfo

Implementation

RtcScreenSourceInfo(this.sourceId, this.sourceName);