Constructor: phoneConnectionWebrtc
WebRTC connection parameters
Attributes:
Name | Type | Required | Description |
---|---|---|---|
turn | Bool | Optional | Whether this is a TURN endpoint |
stun | Bool | Optional | Whether this is a STUN endpoint |
id | long | Yes | Endpoint ID |
ip | string | Yes | IP address |
ipv6 | string | Yes | IPv6 address |
port | int | Yes | Port |
username | string | Yes | Username |
password | string | Yes | Password |
Type: PhoneConnection
Example:
$phoneConnectionWebrtc = ['_' => 'phoneConnectionWebrtc', 'turn' => Bool, 'stun' => Bool, 'id' => long, 'ip' => 'string', 'ipv6' => 'string', 'port' => int, 'username' => 'string', 'password' => 'string'];