RtcConnection
Contains connection information.
export class RtcConnection { channelId?: string; localUid?: number; }
Attributes
- channelId
- The channel name.
- localUid
- The ID of the local user.
Contains connection information.
export class RtcConnection { channelId?: string; localUid?: number; }