iceServers property
Implementation
List<Map<String, String>> iceServers = <Map<String, String>>[
<String, String>{'url': 'stun:stun.tel4vn.com:3478'},
<String, String>{'url': 'stun:stun.l.google.com:19302'},
// turn server configuration example.
// {
// 'url': 'turn:123.45.67.89:3478',
// 'username': 'change_to_real_user',
// 'credential': 'change_to_real_secret'
// },
];