Switchboard SDK
androidJvm
SwitchboardSDK
/
com.synervoz.switchboard.sdk.network
/
RoomsAPIRequest
Rooms
APIRequest
data
class
RoomsAPIRequest
(
val
name
:
String
,
val
type
:
String
,
val
appId
:
String
,
val
appSecret
:
String
)
:
APIRequest
Members
Constructors
Rooms
APIRequest
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
appId
:
String
,
appSecret
:
String
)
Types
Agora
Property
Link copied to clipboard
data
class
AgoraProperty
(
val
token
:
String
)
Companion
Link copied to clipboard
object
Companion
Response
Link copied to clipboard
data
class
Response
(
val
agora
:
RoomsAPIRequest.AgoraProperty
)
Properties
app
Id
Link copied to clipboard
val
appId
:
String
app
Secret
Link copied to clipboard
val
appSecret
:
String
body
Link copied to clipboard
open
override
val
body
:
String
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
String
url
Link copied to clipboard
open
override
val
url
:
String