Kakao i Connect Live 커뮤니티

E/audio_device_generic.cc: (line 48): GetPlayoutUnderrunCount: Not supported on this platform

안드로이드 앱에서 음성통화 연결시 웹의 상대방 음성은 들리지만,
앱에서 마이크 활성화가 되지 않은듯 합니다.

어떻게 처리해야 하나요?

E/audio_device_generic.cc: (line 48): GetPlayoutUnderrunCount: Not supported on this platform

위 에러는 원인을 찾지 못했지만 동작은 합니다.

웹에 video 태그 대신에 audio 태그를 넣어야 하는 문제 였습니다. ㅜㅜ

view: {
remote: '#remoteVideo’,
local: ‘#localVieo’,
},
media: {
audio: true,
video: false,
}