cmd-control-client-lib 3.0.225 → 3.0.226
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -130,6 +130,8 @@ export declare type MessageId = {
|
|
|
130
130
|
export declare type RelationId = {
|
|
131
131
|
/** messageId of related message */
|
|
132
132
|
relationId?: string;
|
|
133
|
+
relationText?: string;
|
|
134
|
+
relationMediaType?: string;
|
|
133
135
|
};
|
|
134
136
|
/** more message params, readonly (set by server, ignored if set by client) */
|
|
135
137
|
export declare type MessageReadOnlyParams = {
|
|
@@ -76,6 +76,7 @@ export interface SessionState extends IKeyMaybeValue {
|
|
|
76
76
|
livePreviewState?: EnumBooleanStringified;
|
|
77
77
|
/** only exclusive stream available*/
|
|
78
78
|
babeStation24State?: EnumBooleanStringified;
|
|
79
|
+
mobileVideoCallState?: EnumBooleanStringified;
|
|
79
80
|
/** ticket show allowed*/
|
|
80
81
|
canOpenLobby?: EnumBooleanStringified;
|
|
81
82
|
/** private ticket show allowed*/
|