I want to implement group voice chat in my Android app with android.net.sip.
I search in docs, but I can't find sample source android.net.sip do group(more than 2) chat. https://developer.android.com/guide/topics/connectivity/sip https://developer.android.com/reference/android/net/sip/SipProfile
SipManager#makeAudioCall have only one SIP Profile, so I think there's no method for group chat... Any demo would be helpful, Thanks in advance.