remoteSessionReceived method
Implementation
void remoteSessionReceived(String sdp) async {
await _sessions[_selfId]
?.peerConnection
?.setRemoteDescription(RTCSessionDescription(sdp, 'answer'));
}
void remoteSessionReceived(String sdp) async {
await _sessions[_selfId]
?.peerConnection
?.setRemoteDescription(RTCSessionDescription(sdp, 'answer'));
}