-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn if you set bypassVoiceProcessing after creation of PeerConnectio…
…nFactory (#531) This is an implementation trap as it is, since this property has no effect once the PCF is initialized, and the PCF is also a static property that gets initialized very early in app lifecycle. In this PR I've just added a warning log, but alternatives worth considering: - Change the API to be a throwing function and deprecate the original property - Recreate the PCF if you change this property (implications unknown to me)
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters