mezon-js 2.10.7 → 2.10.8
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.
- package/dist/socket.d.ts +0 -3
- package/package.json +1 -1
- package/socket.ts +0 -6
package/dist/socket.d.ts
CHANGED
package/package.json
CHANGED
package/socket.ts
CHANGED
@@ -882,12 +882,6 @@ export interface JoinPTTChannel {
|
|
882
882
|
export interface TalkPTTChannel {
|
883
883
|
// channel id
|
884
884
|
channel_id: string;
|
885
|
-
// type offer, answer or candidate
|
886
|
-
data_type: number;
|
887
|
-
// offer
|
888
|
-
json_data: string;
|
889
|
-
// start or end
|
890
|
-
state: number;
|
891
885
|
}
|
892
886
|
|
893
887
|
/** PTT Joined event */
|