Newer
Older
percord / src / util / schemas / StreamWatchSchema.ts
@dank074 dank074 on 22 Jun 2025 120 bytes add webrtc support (#1284)
export interface StreamWatchSchema {
	stream_key: string;
}

export const StreamWatchSchema = {
	stream_key: String,
};