You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attempt to invoke interface method 'void.io.agora.rtm.localInvitation.setcontent(java.lang.string)' on a null object reference
FYI - the app does not crash when localInvitation is not yet accepted by the callee.
But crashes when I try to cancel localInvitation after callee has accepted the remote invitation.
Basically what I want is -
Caller sends a local invitation to the callee
Callee accepts the call
Caller then tries to end the call through custom UI and cancelLocalInvitationV2
Callee should get notification/callback that caller has ended the call.
The text was updated successfully, but these errors were encountered:
I have a modal popup -
On that, I have a cancel call button -
When tapping on it - the following code is executed - and the app crashes
this.client.cancelLocalInvitationV2(this.localInvitation);
FYI - the app does not crash when localInvitation is not yet accepted by the callee.
But crashes when I try to cancel localInvitation after callee has accepted the remote invitation.
Basically what I want is -
The text was updated successfully, but these errors were encountered: