diff --git a/packages/sdk/src/types.ts b/packages/sdk/src/types.ts index 9d71d115..52c41eac 100644 --- a/packages/sdk/src/types.ts +++ b/packages/sdk/src/types.ts @@ -71,14 +71,8 @@ export type Role = | typeof SIGNALING_ROLE_SENDONLY | typeof SIGNALING_ROLE_RECVONLY -export type DataChannelSignalingLabel = - | typeof DATA_CHANNEL_LABEL_SIGNALING - | typeof DATA_CHANNEL_LABEL_PUSH - | typeof DATA_CHANNEL_LABEL_NOTIFY - | typeof DATA_CHANNEL_LABEL_STATS - export type SignalingConnectDataChannel = { - label?: DataChannelSignalingLabel | string + label?: string direction?: DataChannelDirection compress?: boolean max_packet_life_time?: number