@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
18 lines • 446 B
TypeScript
export {};
declare global {
namespace Amity {
type UsageDataModel = {
sessionId: string;
roomId?: string;
startTime: string;
endTime: string;
watchSeconds: number;
resolution?: string;
/**
* @deprecated Use `roomId` instead.
*/
streamId?: string;
};
}
}
//# sourceMappingURL=liveStreamPlayer.d.ts.map