transferConferenceOwner abstract method

Future<TUIActionCallback> transferConferenceOwner(
  1. String roomId,
  2. String toUserId
)

Transfer conference owner.

roomId The conference ID, which is the room ID. toUserId The user ID of the new owner.

Implementation

Future<TUIActionCallback> transferConferenceOwner(String roomId, String toUserId);