onConferenceDidCancelled property

OnConferenceDidCancelled onConferenceDidCancelled
getter/setter pair

Callback for conference cancellation.

conferenceInfo Conference Information. reason The reason for the cancellation of the conference. operateUser Information about the operator who cancelled the conference.

Implementation

OnConferenceDidCancelled onConferenceDidCancelled =
    (TUIConferenceInfo conferenceInfo, TUIConferenceCancelReason reason, TUIUserInfo operateUser) {};