Class StreamCallCidMapperKt
-
- All Implemented Interfaces:
public final class StreamCallCidMapperKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<String, String>toTypeAndId(String $self)Parses cid of call to callType and channelId. final static BooleanisValidCallId(String $self)-
-
Method Detail
-
toTypeAndId
final static Pair<String, String> toTypeAndId(String $self)
Parses cid of call to callType and channelId.
- Returns:
Pair<StreamCallType, StreamCallId> Pair with callType and channelId.
-
isValidCallId
final static Boolean isValidCallId(String $self)
-
-
-
-