app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.example.clientapplication.model.request
/
LeaveSessionRequest
Leave
Session
Request
@
Serializable
data
class
LeaveSessionRequest
(
val
sfuToken
:
String
,
val
sessionID
:
String
)
Members
Constructors
Leave
Session
Request
Link copied to clipboard
constructor
(
sfuToken
:
String
,
sessionID
:
String
)
Properties
session
ID
Link copied to clipboard
val
sessionID
:
String
sfu
Token
Link copied to clipboard
val
sfuToken
:
String