Interface SyncPlayGroupUpdateCommandMessage

Untyped sync play command.

SyncPlayGroupUpdateCommandMessage

interface SyncPlayGroupUpdateCommandMessage {
    Data?: GroupUpdate;
    MessageId?: string;
    MessageType?: SessionMessageType;
}

Properties

SyncPlayGroupUpdateCommandMessage

MessageId?: string

Gets or sets the message id.

SyncPlayGroupUpdateCommandMessage

MessageType?: SessionMessageType

SyncPlayGroupUpdateCommandMessage