Notify Meet that the buffering is complete and the media is now ready to play, starting at the supplied timestamp.
Signature
notifyReady(mediaPlayoutPosition: number): void;
Details
Optional | No |
---|
Parameters
Name | Type | Optional | Description |
---|---|---|---|
mediaPlayoutPosition
|
number
|
No | The timestamp at which the media is buffered and is now ready to play. |
Returns
void