Skip to content

Instantly share code, notes, and snippets.

@skydoves
Last active February 23, 2023 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/1f50938ae43e995713fe4eb4133d18b1 to your computer and use it in GitHub Desktop.
Save skydoves/1f50938ae43e995713fe4eb4133d18b1 to your computer and use it in GitHub Desktop.
video_call_screen_launchedeffect
// Copyright 2023 Stream.IO, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
@Composable
fun VideoCallScreen() {
val sessionManager = LocalWebRtcSessionManager.current
LaunchedEffect(key1 = Unit) {
sessionManager.onSessionScreenReady()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment