stream-video-android
Toggle table of contents
1.33.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.e2ee
/
E2EESharedKey
E2EEShared
Key
data
class
E2EESharedKey
(
val
keyIndex
:
Int
,
val
fingerprint
:
String
,
val
isActive
:
Boolean
)
A key held for every participant.
isActive
marks the index used for outgoing frames.
Members
Constructors
E2EEShared
Key
Link copied to clipboard
constructor
(
keyIndex
:
Int
,
fingerprint
:
String
,
isActive
:
Boolean
)
Properties
fingerprint
Link copied to clipboard
val
fingerprint
:
String
is
Active
Link copied to clipboard
val
isActive
:
Boolean
key
Index
Link copied to clipboard
val
keyIndex
:
Int