正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -349,7 +349,7 @@ constructor( | @@ -349,7 +349,7 @@ constructor( | ||
| 349 | coroutineScope.cancel() | 349 | coroutineScope.cancel() |
| 350 | } | 350 | } |
| 351 | 351 | ||
| 352 | - fun sendSyncState() { | 352 | + private fun sendSyncState() { |
| 353 | // Whether we're sending subscribed tracks or tracks to unsubscribe. | 353 | // Whether we're sending subscribed tracks or tracks to unsubscribe. |
| 354 | val sendUnsub = connectOptions.autoSubscribe | 354 | val sendUnsub = connectOptions.autoSubscribe |
| 355 | val participantTracksList = mutableListOf<LivekitModels.ParticipantTracks>() | 355 | val participantTracksList = mutableListOf<LivekitModels.ParticipantTracks>() |
-
请 注册 或 登录 后发表评论