on Invitation Canceled Received
open fun onInvitationCanceledReceived(@NonNull context: Context, @NonNull conferenceId: String): String
Method called by the SDK when WebSocket or a plugin receives a push notification concerning a cancelled invitation.
It is possible to use this method when the SDK works on a system that is not Firebase compatible or different library is used. If external push notifications are managed elsewhere, then transform the Bundle or data to a valid InvitationBundle model.
Return
the corresponding conference ID
Parameters
context
valid context to use