Developer Documentation

OdinMedia.pause

public pause(): void

Instructs the server to pause the media object, ceasing the reception of data. This operation essentially communicates a server-side mute request from the client, thus indicating a desire to halt packet reception for this media stream.

Returns

TypeDescription
void