Skip to content

Commit

Permalink
common: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Aug 4, 2023
1 parent fbd6937 commit 36b8b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/rtc-signaling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class BrowserSignalingSession implements RTCSignalingSession {
microphone: RTCRtpSender;
micEnabled = false;
onPeerConnection: (pc: RTCPeerConnection) => Promise<void>;
__proxy_props= { options: createOptions() };
__proxy_props = { options: createOptions() };
options = createOptions();

constructor() {
Expand Down

0 comments on commit 36b8b9e

Please sign in to comment.