RtcConnection

Class containing connection information.

export class RtcConnection {
  
  channelId?: string;
  
  localUid?: number;
}

Properties

channelId
Channel name.
localUid
Local user ID.