Call Scene
data class CallScene(val viewportWidth: Float, val viewportHeight: Float, val safeAreaInsets: Insets, val participants: List<SceneParticipant>, val localParticipantId: String, val activeSpeakerId: String?, val pinnedParticipantId: String?, val contentSource: ContentSource?, val userPrefs: UserLayoutPrefs)
Constructors
Link copied to clipboard
constructor(viewportWidth: Float, viewportHeight: Float, safeAreaInsets: Insets, participants: List<SceneParticipant>, localParticipantId: String, activeSpeakerId: String?, pinnedParticipantId: String?, contentSource: ContentSource?, userPrefs: UserLayoutPrefs)