Class BroadcastCustomMessage
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.general.BroadcastCustomMessage
-
public class BroadcastCustomMessage extends BaseEvent
A custom broadcast message, sent by the server, requested by one of the websocket clients.- Since:
- 4.7.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description BroadcastCustomMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getData()
User-defined dataString
getRealm()
Identifier provided by the sender-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-