UNPKG

@playkit-js/kwebcast-ended-message

Version:

Allows administrators to configure a message that will will be displayed at the end of a kWebcast event.

6 lines (5 loc) 115 B
export interface kWebcastEndedMessageConfig { message: string; title?: string; endedEarlyMessage?: string; }