ethand91 / mediasoup-ios-client

Mediasoup 3 iOS Client
ISC License
130 stars 64 forks source link

how to give stun/turn server in transport #131

Open Moeez007 opened 1 year ago

Moeez007 commented 1 year ago

Hello I am trying to call the functions updateIceServers on transport and the app is crashing, is there any other way to give stun/turn servers in the transport, or is my format incorrect, Please need your help

self.sendTransportVideo?.updateIceServers("stun.l.google.com:19302")

Regards