- API ›
- Constructors ›
- PhoneConnectionWebrtc
PhoneConnectionWebrtc
---types--- phoneConnectionWebrtc#635fe375 turn:flags.0?true stun:flags.1?true id:long ip:string ipv6:string port:int username:string password:string = PhoneConnection
Belongs to
| PhoneConnection |
In Rust this constructor is a variant of the enums::PhoneConnection enum.
Match on it with: if let enums::PhoneConnection::PhoneConnectionWebrtc(v) = result { ... }