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

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

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

Parameters

ParameterTypeDescription
channelsToRemovebyte[]Channels to un-subscribe from receiving. Null will not remove any.
channelsToAddbyte[]Channel to subscribe to receiver. Null will not add any.

Returns

bool

Summary

Update receiving channel of the local client.