davidliu

stopCapture method for LocalVideoTrack

@@ -64,6 +64,10 @@ constructor( @@ -64,6 +64,10 @@ constructor(
64 ) 64 )
65 } 65 }
66 66
  67 + open fun stopCapture() {
  68 + capturer.stopCapture()
  69 + }
  70 +
67 override fun stop() { 71 override fun stop() {
68 capturer.stopCapture() 72 capturer.stopCapture()
69 super.stop() 73 super.stop()