ZoomVideoSdkSession class

Session interface

Inheritance
  • Object
  • PlatformInterface
  • ZoomVideoSdkSession

Constructors

ZoomVideoSdkSession.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAudioStatisticsInfo() Future<ZoomVideoSdkSessionAudioStatisticsInfo?>
Get the session's audio statistic information.
Return ZoomVideoSdkSessionAudioStatisticsInfo
getMySelf() Future<ZoomVideoSdkUser?>
Get the session's user object for myself.
Return the user object ZoomVideoSdkUser
getRemoteUsers() Future<List<ZoomVideoSdkUser>?>
Get a list of the session's remote users.
Return a list of remote users objects ZoomVideoSdkUser
getSessionHost() Future<ZoomVideoSdkUser?>
Get the session's host user object.
Return the host in user object ZoomVideoSdkUser of the session
getSessionHostName() Future<String?>
Get the host's name.
Return host user name
getSessionID() Future<String?>
Get the session Id Note: Only the host can get the session Id.
Return session id
getSessionName() Future<String?>
Get the session's name.
Return session name
getSessionNumber() Future<String?>
Get the current session number.
Return the current meeting number if the function succeeds, otherwise returns ZERO(0)
getSessionPassword() Future<String>
Get the session's password.
Return session's password
getSessionPhonePasscode() Future<String?>
Get the session phone passcode.
Return the session phone passcode if the function succeeds, otherwise returns null
getShareStatisticsInfo() Future<ZoomVideoSdkSessionShareStatisticsInfo?>
Get the session's screen share statistic information.
Return ZoomVideoSDKSessionASVStatisticInfo
getVideoStatisticsInfo() Future<ZoomVideoSdkSessionVideoStatisticsInfo?>
Get the session's video statistic information.
Return ZoomVideoSdkSessionVideoStatisticsInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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