Android中的多个对等连接Web-RTC问题

时间:2019-07-02 10:44:10

标签: webrtc multipeer-connectivity rtcpeerconnection webrtc-android

当我为组音频呼叫创建多个对等连接时。所有用户彼此连接,但只有第一个接收者会听到呼叫者的声音并发出以下声音。我们要发送具有多个对等连接的媒体。

2019-06-28 14:49:09.738 21453-21453/com.wisitech.automobilechat E/onSC: FAR
2019-06-28 14:49:09.808 21453-22518/com.wisitech.automobilechat E/AudioRecord: start() status -38
2019-06-28 14:49:09.810 21453-22518/com.wisitech.automobilechat E/WebRtcAudioRecord: WebRtcAudioRecord: Start recording error: AUDIO_RECORD_START_STATE_MISMATCH. AudioRecord.startRecording failed - incorrect state :1
2019-06-28 14:49:09.822 21453-22518/com.wisitech.automobilechat E/PCRTCClient: onWebRtcAudioRecordStartError: AUDIO_RECORD_START_STATE_MISMATCH. AudioRecord.startRecording failed - incorrect state :1
2019-06-28 14:49:09.822 21453-22518/com.wisitech.automobilechat E/PCRTCClient: Peerconnection error: AudioRecord.startRecording failed - incorrect state :1
2019-06-28 14:49:09.822 21453-22518/com.wisitech.automobilechat E/libjingle: (audio_record_jni.cc:170): StartRecording failed
2019-06-28 14:49:09.938 21453-21453/com.wisitech.automobilechat E/onSC: FAR

1 个答案:

答案 0 :(得分:0)

在两个以上的人之间进行通话时,我也遇到同样的问题。 呼叫者获得所有接收者的语音,但只有第一个接收者获得呼叫者的语音。