Skip to content

Commit

Permalink
- add startPreview stopPreview
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Jul 19, 2020
1 parent 93621d3 commit d998401
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RtcEngine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ class RtcEngineManager {

fun setVideoEncoderConfiguration(config: Map, callback: Callback?)

fun startPreview(callback: Callback?)

fun stopPreview(callback: Callback?)

fun enableLocalVideo(enabled: Boolean, callback: Callback?)

fun muteLocalVideoStream(muted: Boolean, callback: Callback?)
Expand Down

0 comments on commit d998401

Please sign in to comment.