Raw.PhoneConnectionWebrtc

Raw.PhoneConnectionWebrtc

Webrtc connection parameters

phoneConnectionWebrtc#635fe375 flags:# turn:flags.0?true stun:flags.1?true id:long ip:string ipv6:string port:int username:string password:string = PhoneConnection;
export namespace Raw {
  export class PhoneConnectionWebrtc {
    constructor(params: {
      turn?: boolean;
      stun?: boolean;
      id: bigint;
      ip: string;
      ipv6: string;
      port: number;
      username: string;
      password: string;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x635fe375

Property