CreateParticipantConnectionResponse constructor
CreateParticipantConnectionResponse({
- ConnectionCredentials? connectionCredentials,
- Websocket? websocket,
Implementation
CreateParticipantConnectionResponse({
this.connectionCredentials,
this.websocket,
});