davidliu

private visibility for sendSyncState

@@ -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>()