You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected error: unknown(Error Domain=MediasoupClientErrorDomain Code=3 "The associated promise has been destructed prior to the associated state becoming ready." UserInfo={NSLocalizedDescription=The associated promise has been destructed prior to the associated state becoming ready.}).
The text was updated successfully, but these errors were encountered:
Calling createProducer(...) from arbitrary thread (you must make all calls to Device / Transports / Producers / Consumers from the same dedicated thread / serial queue)
onProduce method implemented incorrectly. This method MUST call it's callback either with nil parameter in case of an error, or with producer id value provided by your media server via signaling mechanism. In this case you must hold the callback until signaling is finished and call the callback on main thread passing producerId provided by your media server.
Unexpected error: unknown(Error Domain=MediasoupClientErrorDomain Code=3 "The associated promise has been destructed prior to the associated state becoming ready." UserInfo={NSLocalizedDescription=The associated promise has been destructed prior to the associated state becoming ready.}).
The text was updated successfully, but these errors were encountered: