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