Skip to the content.

//[](../../../../index.html)/[pro.streem.sdk](../../index.html)/[Streem](../index.html)/[ParticipantRequest](index.html)

ParticipantRequest

[androidJvm]
data class ParticipantRequest(val remoteUserId: String, val sessionConfig: Streem.SessionConfig) : Parcelable

Constructors

   
ParticipantRequest [androidJvm]
fun ParticipantRequest(remoteUserId: String, sessionConfig: Streem.SessionConfig)

Functions

Name Summary
describeContents [androidJvm]
abstract fun describeContents(): Int
writeToParcel [androidJvm]
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Name Summary
remoteUserId [androidJvm]
val remoteUserId: String
sessionConfig [androidJvm]
val sessionConfig: Streem.SessionConfig