mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-14 20:29:19 +00:00
Fix formatting
This commit is contained in:
@@ -93,7 +93,7 @@ export class RtcTransportAutoDiscovery {
|
||||
this.logger.info("First try to use getRTCTransports end point ...");
|
||||
try {
|
||||
const transportList = await doNetworkOperationWithRetry(async () =>
|
||||
client._unstable_getRTCTransports()
|
||||
client._unstable_getRTCTransports(),
|
||||
);
|
||||
const first = transportList.find(isLivekitTransportConfig);
|
||||
if (first) {
|
||||
@@ -101,7 +101,7 @@ export class RtcTransportAutoDiscovery {
|
||||
} else {
|
||||
this.logger.info(
|
||||
`No livekit transport found in getRTCTransports end point`,
|
||||
transportList
|
||||
transportList,
|
||||
);
|
||||
}
|
||||
} catch (ex) {
|
||||
|
||||
Reference in New Issue
Block a user