Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
davidliu
2024-12-12 19:44:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-12-12 19:44:07 +0900
Commit
d5464db1f31ddba2b082d28b9d03569c4f0f7740
d5464db1
1 parent
dcbb36b2
Document potential pitfall when creating LocalVideoTrack manually. (#556)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
5 行增加
和
0 行删除
livekit-android-sdk/src/main/java/io/livekit/android/room/participant/LocalParticipant.kt
livekit-android-sdk/src/main/java/io/livekit/android/room/participant/LocalParticipant.kt
查看文件 @
d5464db
...
...
@@ -156,6 +156,11 @@ internal constructor(
/**
* Creates a video track, recording video through the camera with the given [options].
*
* Note: If using this in conjunction with [setCameraEnabled], ensure that your created
* camera track is published first before using [setCameraEnabled]. Otherwise, the LiveKit
* SDK will attempt to create its own camera track to manage, and will cause issues since
* generally only one camera session can be active at a time.
*
* @param name The name of the track
* @param options The capture options to use for this track, or [Room.videoTrackCaptureDefaults] if none is passed.
* @param videoProcessor A video processor to attach to this track that can modify the frames before publishing.
...
...
请
注册
或
登录
后发表评论