tkmn0 / SimpleWebRTCExample_iOS

Simple example for WebRTC on iOS written in swift5
MIT License
178 stars 49 forks source link

fix data channel #21

Closed tkmn0 closed 4 years ago

tkmn0 commented 4 years ago

Currently, data channel does not establish connection.

lasernite commented 4 years ago

@tkmn0 Any hunches or hypotheses about where/what the bug might be that's making the data channel fail? Thanks!

tkmn0 commented 4 years ago

Hi thanks. I'm not sure the cause of bug. Now, I just found the data channel is not working. I will check this issue :) Thanks again.

lasernite commented 4 years ago

Thanks so much! This project is super cool. Please let me know if you find anything :)

tkmn0 commented 4 years ago

@lasernite ~~Hi, I checked data channel and it works well without any changes. I think some other problem affected to data channel. I think, you can check data channel in your environment. :)~~

Sorry, this cause is the version of WebRTC.framework. I updated version, data channel did not work. I will continue to check.

tkmn0 commented 4 years ago

@lasernite fixed :)

lasernite commented 4 years ago

Yay! :D Just played with it and is perfect! Thank you!