VTReplayOptions

The VTReplayOptions model includes properties responsible for replaying conferences, such as the conference access token and the offset that starts replaying the recorded conference at a specific timestamp.

Accessors

offset

offset : Int

Allows the application users to start playing the recorded conference at a specific timestamp. The offset represents the number of milliseconds between the beginning of the recording and the required starting point. The default value is 0.

Returns: Int


conferenceAccessToken

conferenceAccessToken: String?

The conference access token.

Returns: String?