-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class Streem.ParticipantRequest implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final String
remoteUserId
private final Streem.SessionConfig
sessionConfig
-
Constructor Summary
Constructors Constructor Description Streem.ParticipantRequest(String remoteUserId, Streem.SessionConfig sessionConfig)
-
Method Summary
Modifier and Type Method Description final String
getRemoteUserId()
final Streem.SessionConfig
getSessionConfig()
-
-
Constructor Detail
-
Streem.ParticipantRequest
Streem.ParticipantRequest(String remoteUserId, Streem.SessionConfig sessionConfig)
-
-
Method Detail
-
getRemoteUserId
final String getRemoteUserId()
-
getSessionConfig
final Streem.SessionConfig getSessionConfig()
-
-
-
-