mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-02 15:41:41 +01:00
typo
This commit is contained in:
parent
8aa62b2573
commit
31e67142bd
@ -823,7 +823,7 @@ export class PeerCall implements IDisposable {
|
|||||||
(candidate.sdpMid === null || candidate.sdpMid === undefined) &&
|
(candidate.sdpMid === null || candidate.sdpMid === undefined) &&
|
||||||
(candidate.sdpMLineIndex === null || candidate.sdpMLineIndex === undefined)
|
(candidate.sdpMLineIndex === null || candidate.sdpMLineIndex === undefined)
|
||||||
) {
|
) {
|
||||||
logItem = log.log(`Got remote ICE end-of-ICE candidates`);
|
logItem = log.log(`Got remote end-of-ICE candidates`);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
logItem = log.log(`Adding remote ICE ${candidate.sdpMid} candidate: ${candidate.candidate}`);
|
logItem = log.log(`Adding remote ICE ${candidate.sdpMid} candidate: ${candidate.candidate}`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user