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) }