Fix invalid string quotes
This commit is contained in:
@@ -262,7 +262,7 @@ export class CallEventHandler {
|
||||
|
||||
// The following events need a call and a peer connection
|
||||
if (!call || !call.hasPeerConnection) {
|
||||
logger.warn('Discarding an event, we don't have a call/peerConn', type);
|
||||
logger.warn("Discarding an event, we don't have a call/peerConn", type);
|
||||
return;
|
||||
}
|
||||
// Ignore remote echo
|
||||
|
||||
Reference in New Issue
Block a user