chat_callkit_define library

Classes

ChatCallKitErrorProcessCode
Call error code

Enums

ChatCallKitCallEndReason
End of call cause
ChatCallKitCallType
Call type
ChatCallKitErrorType
Call error type

Typedefs

RtcTokenHandler = Future<Map<String, int>> Function(String channel, String agoraAppId)
Returns a Map where key is agoraToken and value is agoraUid
UserMapperHandler = Future<ChatCallKitUserMapper?> Function(String channel, int agoraUid)
Returns a ChatCallKitUserMapper, See ChatCallKitUserMapper