onCallInvitationCreated property
void Function(ZIM zim, ZIMCallInvitationCreatedInfo info, String callID)?
onCallInvitationCreated
getter/setter pair
Supported versions: 2.13.0 and above.
Detail description: After the caller initiates a call invitation, the caller will receive this callback when the caller is online.
Business scenario: The caller will call this callback after sends a call invitation.
When to call: After creating a ZIM instance through create
.
Related APIs: callInvite
.
Implementation
static void Function(
ZIM zim, ZIMCallInvitationCreatedInfo info, String callID)?
onCallInvitationCreated;