diff options
Diffstat (limited to 'common/packets.d.ts')
-rw-r--r-- | common/packets.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/packets.d.ts b/common/packets.d.ts index 662c1fe..bf8fe9f 100644 --- a/common/packets.d.ts +++ b/common/packets.d.ts @@ -43,6 +43,7 @@ export interface RelayMessage { offer?: Sdp answer?: Sdp ice_candidate?: F_RTCIceCandidateInit + preview?: { id: string, data: string } } export interface ChatMessage { text?: string, image?: string } |