mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
13 lines
189 B
TypeScript
13 lines
189 B
TypeScript
export const $RtcOffer = {
|
|
properties: {
|
|
sdp: {
|
|
type: "string",
|
|
isRequired: true,
|
|
},
|
|
type: {
|
|
type: "string",
|
|
isRequired: true,
|
|
},
|
|
},
|
|
} as const;
|