ChatEvent extension
Methods
-
onAnswer(
String callId) → void -
Available on ChatCallKitManagerImpl, provided by the ChatEvent extension
-
onCallAccept(
) → void -
Available on ChatCallKitManagerImpl, provided by the ChatEvent extension
-
onCallEndReason(
String callId, ChatCallKitCallEndReason reason) → void -
Available on ChatCallKitManagerImpl, provided by the ChatEvent extension
-
onError(
ChatCallKitError error) → void -
Available on ChatCallKitManagerImpl, provided by the ChatEvent extension
-
onUserRemoved(
String callId, String userId, ChatCallKitCallEndReason reason) → void -
Available on ChatCallKitManagerImpl, provided by the ChatEvent extension
-
stateChanged(
ChatCallKitCallState newState, ChatCallKitCallState preState) → void -
Available on ChatCallKitManagerImpl, provided by the ChatEvent extension
-
updateUserMapper(
int agoraUid) → Future< ChatCallKitUserMapper?> -
Available on ChatCallKitManagerImpl, provided by the ChatEvent extension