srcInfo property

ChannelMediaInfo srcInfo
getter/setter pair

The information of the source channel ChannelMediaInfo . It contains the following members: channelName: The name of the source channel. The default value is , which means the SDK applies the name of the current channel.null uid: The unique ID to identify the relay stream in the source channel. The default value is 0, which means the SDK generates a random UID. You must set it as 0. token: The token for joining the source channel. It is generated with the channelName and uid you set in srcInfo. If you have not enabled the App Certificate, set this parameter as the default value null , which means the SDK applies the App ID. If you have enabled the App Certificate, you must use the token generated with the channelName and uid, and the uid must be set as 0.

Implementation

ChannelMediaInfo srcInfo;