shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
Credentials
Credentials
@
Serializable
data
class
Credentials
(
val
apiUserName
:
String
=
""
,
val
apiKey
:
String
=
""
)
API credentials for MediaSFU authentication
Members
Constructors
Credentials
Link copied to clipboard
constructor
(
apiUserName
:
String
=
""
,
apiKey
:
String
=
""
)
Properties
api
Key
Link copied to clipboard
val
apiKey
:
String
api
User
Name
Link copied to clipboard
val
apiUserName
:
String