ZegoUIKitPrebuiltVideoConferenceController class

Used to control the video conference room functionality. If the default video conference room UI and interactions do not meet your requirements, you can use this ZegoUIKitPrebuiltVideoConferenceController to actively control the business logic. This class is used by setting the controller parameter in the constructor of ZegoUIKitPrebuiltVideoConference.

Mixed in types

Properties

hashCode int
The hash code for this object.
no setterinherited
room ZegoVideoConferenceRoomController
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screen ZegoVideoConferenceScreenController
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showScreenSharingViewInFullscreenMode(String userID, bool isFullscreen) → void
This function is used to specify whether a certain user enters or exits full-screen mode during screen sharing. You need to provide the user's ID userID to determine which user to perform the operation on. By using a boolean value isFullscreen, you can specify whether the user enters or exits full-screen mode.
toString() String
A string representation of this object.
inherited

Operators

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