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
webrtc_split: move SignalingMessage logic to the app_webrtc.c
- Application should not need to take care of fitting the message received from webrtc_bridge into SDK's structure format
- The message will simply be deserialized and passed to SDK using `webrtcAppSignalingMessageReceived` API
- Messages from SDK are received via callback and we can send to webrtc_bridge from application
0 commit comments