ZegoUIKitPrebuiltCallEvents class

Constructors

ZegoUIKitPrebuiltCallEvents({ZegoCallEndCallback? onCallEnd, ZegoCallHangUpConfirmationCallback? onHangUpConfirmation, dynamic onError(ZegoUIKitError)?, ZegoCallUserEvents? user, ZegoCallRoomEvents? room, ZegoCallAudioVideoEvents? audioVideo})

Properties

audioVideo ZegoCallAudioVideoEvents?
events about audio video
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onCallEnd ZegoCallEndCallback?
This callback is triggered when call end, you can differentiate the reasons for call end by using the event.reason, if the call end reason is due to being kicked, you can determine who initiated the kick by using the variable event.kickerUserID.
getter/setter pair
onError ↔ (dynamic Function(ZegoUIKitError)?)
error stream
getter/setter pair
onHangUpConfirmation ZegoCallHangUpConfirmationCallback?
Confirmation callback method before hang up the call.
getter/setter pair
room ZegoCallRoomEvents?
events about room
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user ZegoCallUserEvents?
events about user
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited