TokenSourceResponse constructor
Implementation
const TokenSourceResponse({
required this.serverUrl,
required this.participantToken,
this.participantName,
this.roomName,
});
const TokenSourceResponse({
required this.serverUrl,
required this.participantToken,
this.participantName,
this.roomName,
});