2018-04-26 15:33:47 +02:00

6 lines
108 B
TypeScript

export interface SessionOptions {
sessionId: string;
participantId: string;
metadata: string;
}