From 9be83e51600fe494bdbd435f53a172205128baf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 28 Nov 2021 18:41:34 +0100 Subject: [PATCH] add TODOs. --- src/component/internal/messages.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/component/internal/messages.ts b/src/component/internal/messages.ts index e3e485d5..edc18483 100644 --- a/src/component/internal/messages.ts +++ b/src/component/internal/messages.ts @@ -88,7 +88,7 @@ export class NekoMessages extends EventEmitter { this._remoteLog.warn(`unsupported negotiation type`, { type }) } - // TODO: Pass type as well. + // TODO: Return whole signal description (if answer / offer). this.emit('connection.webrtc.sdp', 'local', sdp) }) } @@ -183,8 +183,6 @@ export class NekoMessages extends EventEmitter { // set remote candidate await this._connection.webrtc.setCandidate(candidate) - - // TODO: Return whole signal description (if answer / offer). this.emit('connection.webrtc.sdp.candidate', 'remote', candidate) }