Class BroadcastCustomMessage
- java.lang.Object
-
- nl.harm27.obswebsocket.api.events.BaseEvent
-
- nl.harm27.obswebsocket.api.events.general.BroadcastCustomMessage
-
public class BroadcastCustomMessage extends BaseEvent
A custom broadcast message was received- Since:
- v4.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 Map<String,Object>
getData()
User-defined dataString
getRealm()
Identifier provided by the sender-
Methods inherited from class nl.harm27.obswebsocket.api.events.BaseEvent
getEventType, getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode
-
-