Notify Meet that the user has sought the playback point of the media, so Meet can mirror that action for other users.
Signature
notifySeekToTimestamp(mediaPlayoutPosition: number): void;
Details
Optional | No |
---|
Parameters
Name | Type | Optional | Description |
---|---|---|---|
mediaPlayoutPosition
|
number
|
No | The timestamp that the user sought. |
Returns
void