Open Minho-at-keywe opened 3 years ago
@Minho-at-keywe ,
There is not an example to use data channels at the moment.
Hello All, I am using Kinesis video streaming in iOS, Like android iOS stream are not saved in KVS Stream in aws console. Is there any example to store the data in KVS or is it possible to store the streamed data. I need the data for playback option. Streaming is not connected to android to iOS ? Sometimes viewer mode will not connecting to the master Please reply me asap thanks in advance
@disa6302 Isn't there something to use dataChannel example yet? and I wonder there is dataChannel implementation but no exist example. I tried to send data another peer. It works! but, another peer send data to me is not work.. I know the method (below code) call when I received data.
func dataChannel(_: RTCDataChannel, didReceiveMessageWith buffer: RTCDataBuffer) {
DispatchQueue.main.async {
self.delegate?.webRTCClient(self, didReceiveData: buffer.data)
}
}
Is there any solution?
Hi, I'm writing an app using Kinesis video streaming in iOS. This SDK sample seems don't have sample using data channel. But I confirmed that Android SDK has sample for it. Perhaps, I haven't found the sample. So, do you have any sample for using data channel like Android?