fetch method
override
Returns the fixed credentials without any network requests.
Implementation
@override
Future<TokenSourceResponse> fetch() async {
return TokenSourceResponse(
serverUrl: serverUrl,
participantToken: participantToken,
participantName: participantName,
roomName: roomName,
);
}