Hi,
I am trying to build Audio Chat and Video Chat application.
I am able to complete Video chat module but audio chat is not working
with below line video chat is working
var session:ChatSession = avChatMan.sendChatRequest(AVChatManager.REQ_TYPE_SEND_RECEIVE, panel.userId, true, true);
for audio chat I tried
var session:ChatSession = avChatMan.sendChatRequest(AVChatManager.REQ_TYPE_SEND_RECEIVE, panel.userId, false, true);
Audio calling not working, Can someone help me out how to fix this issue.
Thanks in advance
Regards,
Krishsalt