JanusEvent constructor
JanusEvent({
- String? janus,
- int? sessionId,
- String? transaction,
- int? sender,
- Plugindata? plugindata,
Implementation
JanusEvent({
this.janus,
this.sessionId,
this.transaction,
this.sender,
this.plugindata,
});