ConferenceReplayOptions class Models

The ConferenceReplayOptions class contains options for replaying conferences.

Constructors

ConferenceReplayOptions(String? conferenceAccessToken, int offset)

Properties

conferenceAccessToken String?
The conference access token.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offset int
The number of milliseconds between the beginning of the recording and the required replay starting point. This property allows application users to start replaying a recorded conference at a specific timestamp.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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