画面共有
端末の画面をキャプチャします。
// data: mediaProjectionPermissionResultData
ScreenSource.setup(context, data)
ScreenSource.startCapturing(800, 800, 30)
val localVideoStream = ScreenSource.createStream()端末の画面をキャプチャします。
// data: mediaProjectionPermissionResultData
ScreenSource.setup(context, data)
ScreenSource.startCapturing(800, 800, 30)
val localVideoStream = ScreenSource.createStream()