stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.video.android.core.socket.common
/
ConnectionConf
/
SfuConnectionConf
Sfu
Connection
Conf
data
class
SfuConnectionConf
(
val
endpoint
:
String
,
val
apiKey
:
String
,
val
user
:
User
=
User.anonymous()
,
val
joinRequest
:
ERROR CLASS: Symbol not found for JoinRequest
,
val
token
:
SfuToken
)
:
ConnectionConf
Members
Constructors
Sfu
Connection
Conf
Link copied to clipboard
constructor
(
endpoint
:
String
,
apiKey
:
String
,
user
:
User
=
User.anonymous()
,
joinRequest
:
ERROR CLASS: Symbol not found for JoinRequest
,
token
:
SfuToken
)
Properties
api
Key
Link copied to clipboard
open
override
val
apiKey
:
String
endpoint
Link copied to clipboard
open
override
val
endpoint
:
String
is
Reconnection
Link copied to clipboard
var
isReconnection
:
Boolean
join
Request
Link copied to clipboard
val
joinRequest
:
ERROR CLASS: Symbol not found for JoinRequest
token
Link copied to clipboard
val
token
:
SfuToken
user
Link copied to clipboard
open
override
val
user
:
User