Skip to main content
Member of ML.SDK.MLPlayer
Method

bool MLPlayer.UpdateTransmissionChannels(byte[] channelsToRemove, byte[] channelsToAdd)

 bool MLPlayer.UpdateTransmissionChannels(byte[] channelsToRemove, byte[] channelsToAdd);

Parameters

ParameterTypeDescription
channelsToRemovebyte[]Channels to unsubscribe from transmission. Null will not remove any.
channelsToAddbyte[]Channels to subscribe to transmission. Null will not add any.

Returns

bool

bool return true if operation could be send to the server, otherwise false. Also returns false if the channels to add are already subscribed.

Summary

Update transmission channel of the local client.