Junghyun Kim

Results 1 issues of Junghyun Kim

HI. I'm building an app and have some issue. Here is my scenario. ```javascript // Establish WebRTC Connection InCallManager.start({ media: 'video', auto: true }); // Communicate through RTC Connection //...