versatica / mediasoup-client-aiortc

mediasoup-client handler for aiortc Python library

Home Page:https://mediasoup.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

safeEmitAsPromise is renamed

h3poteto opened this issue · comments

When I use this library with mediasoup-client@3.6.53, it says an error.

await this.safeEmitAsPromise('@connect', { dtlsParameters });
                   ^

TypeError: this.safeEmitAsPromise is not a function

When I use it with mediasoup-client@3.6.52, it works fine.

In the latest release of mediasoup-client, safeEmitAsPromise method is removed.
versatica/mediasoup-client@3.6.52...3.6.53

Please feel free to submit a PR.