removeObserver method
Remove event callback.
observer The instance being listened to.
Implementation
@override
void removeObserver(TUIConferenceInvitationObserver observer) {
RoomEngineNative.removeConferenceInvitationManagerObserver(observer);
}
Remove event callback.
observer The instance being listened to.
@override
void removeObserver(TUIConferenceInvitationObserver observer) {
RoomEngineNative.removeConferenceInvitationManagerObserver(observer);
}