iamqk / mediasoup-ios-client-sc

WebRTC Mediasoup iOS client optimize
ISC License
0 stars 2 forks source link

No initializePC in Mediasoupclient #3

Closed AntonReality closed 2 years ago

AntonReality commented 2 years ago

Hey! Thanks for you hard work. When I'm doing createRecvTransport nothing happens on onConnect. May this be related that there's no [Mediasoupclient initializePC]; in header file? I'm trying to figure out what's the issue but onConnect for RecvTransportListener never called yet. But if I call getId() it returns a valid id.

iamqk commented 2 years ago

This client will not support very automatic ways to connect. You should refer https://github.com/ethand91/mediasoup-ios-client-sample for more information.