google / android-emulator-webrtc

Apache License 2.0
121 stars 27 forks source link

Await on RTC peer connection promises #29

Open scottjasso opened 1 year ago

scottjasso commented 1 year ago

RTCPeerConnection has many APIs that return a promise. This fixes the code to await on those promises.