Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Oct 12, 2020
1 parent e0d1d08 commit 66ed5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RtcEngine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ class RtcEngineManager(
}

override fun setAudioSessionOperationRestriction(params: Map<String, *>, callback: Callback) {
callback.resolve(engine) { Constants.ERR_NOT_SUPPORTED }
callback.code(-Constants.ERR_NOT_SUPPORTED)
}

override fun setLocalVoiceChanger(params: Map<String, *>, callback: Callback) {
Expand Down

0 comments on commit 66ed5b5

Please sign in to comment.