WebRTC connection parameters
Constructor schema is available as of layer 117. Switch ยป
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
turn | flags.0?true | Whether this is a TURN endpoint |
stun | flags.1?true | Whether this is a STUN endpoint |
id | long | Endpoint ID |
ip | string | IP address |
ipv6 | string | IPv6 address |
port | int | Port |
username | string | Username |
password | string | Password |