Package io.getstream.video.android.model
Object StreamCallId.Companion
-
- All Implemented Interfaces:
public class StreamCallId.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static StreamCallId.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Pair<String, String>toTypeAndId(StreamCallId $self)Parses StreamCallId of call to callType and channelId. final StreamCallIdfromCallCid(String cid)Create a new StreamCallId with a given cid. -
-
Method Detail
-
toTypeAndId
final Pair<String, String> toTypeAndId(StreamCallId $self)
Parses StreamCallId of call to callType and channelId.
- Returns:
Pair<String, String> Pair with type and id.
-
fromCallCid
final StreamCallId fromCallCid(String cid)
Create a new StreamCallId with a given cid.
- Returns:
A new StreamCallId.
-
-
-
-