mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
log signalingState on negotiationneeded
This commit is contained in:
parent
a49c9c17c0
commit
3ff91639c6
@ -165,7 +165,7 @@ export class PeerCall implements IDisposable {
|
||||
});
|
||||
listen("negotiationneeded", () => {
|
||||
const promiseCreator = () => {
|
||||
return logItem.wrap("onNegotiationNeeded", log => {
|
||||
return logItem.wrap({l: "onNegotiationNeeded", signalingState: this.peerConnection.signalingState}, log => {
|
||||
return this.handleNegotiation(log);
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user