mirror of https://github.com/OpenVidu/openvidu.git
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
![]() |
export interface SessionOptions {
|
||
|
sessionId: string;
|
||
|
participantId: string;
|
||
|
metadata: string;
|
||
|
}
|