PhoneConnectionWebrtc#
- class pyrogram.raw.types.PhoneConnectionWebrtc#
WebRTC connection parameters.
Constructor of
PhoneConnection.- Details:
Layer:
158ID:
635FE375
- Parameters:
id (
int64-bit) – Endpoint ID.ip (
str) – IP address.ipv6 (
str) – IPv6 address.port (
int32-bit) – Port.username (
str) – Username.password (
str) – Password.turn (
bool, optional) – Whether this is a TURN endpoint.stun (
bool, optional) – Whether this is a STUN endpoint.