JanusEvent constructor

JanusEvent({
  1. String? janus,
  2. int? sessionId,
  3. String? transaction,
  4. int? sender,
  5. Plugindata? plugindata,
})

Implementation

JanusEvent({
  this.janus,
  this.sessionId,
  this.transaction,
  this.sender,
  this.plugindata,
});