njovy / AppRTCDemo

Android AppRTC Demo of WebRTC project
535 stars 267 forks source link

bug fix: #94

Open sinsongdev opened 2 years ago

sinsongdev commented 2 years ago

[my work] added username field parsing from pc config.

[resolved issue] original source code doesn't work with this pc config: ICE_SERVER_OVERRIDE = [ { "urls": "turn:webrtc-server.com:3478?transport=udp", "username": "abc", "credential": "def" }, ]