Ankit-Aggarwal / SwiftyWebRTC

Swift Framework for WebRTC
MIT License
159 stars 32 forks source link

working example #1

Open ajaysinghthakur opened 7 years ago

ajaysinghthakur commented 7 years ago

would like to see a working example with server side code as unable to implement RTCDatachannel for data sending.

ajaysinghthakur commented 7 years ago

able to implement the rtcdatachannel to send and receive text message and working on file transfer would send you the code if interested

alqa-dash commented 7 years ago

@ajaysinghthakur, share please your code - I'm interested

ajaysinghthakur commented 7 years ago

Here is the link mate- https://github.com/ajaysinghthakur/webrtcRTCdataChannel-Video

alqa-dash commented 7 years ago

Thanks a lot mate!

Ankit-Aggarwal commented 6 years ago

Hey, I have been busy these days and not being able to integrate any working example. Would update it when i can. Thanks,

SyamalaHari commented 6 years ago

Looking forward for a working example, your help is much appreciated

HSIOSDevelopment commented 6 years ago

@ajaysinghthakur thanks for tutorials, I am using this https://github.com/ajaysinghthakur/webrtcRTCdataChannel-Video in my app. Calls were connected fine. But when reconnect the call means the app will crash in deinit (). Please help me, how can resolve this issue. Thanks in advance.