Type Alias WorldIntercomStatus

WorldIntercomStatus:
    | "started"
    | "stream"
    | "completed"
    | "failed"
    | "forwarded"