CreateParticipantConnectionResponse constructor

CreateParticipantConnectionResponse({
  1. ConnectionCredentials? connectionCredentials,
  2. Websocket? websocket,
})

Implementation

CreateParticipantConnectionResponse({
  this.connectionCredentials,
  this.websocket,
});