Skip to content

Commit

Permalink
勘違い
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 2, 2024
1 parent 77d6da9 commit cd65c17
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/sdk/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd65c17

Please sign in to comment.