Live Events

All video conferencing, audio conferencing, live streams and broadcasts are considered live events. Every live event can be managed via the API. Use the API routes for managing live events.

Hierarchy

  • Events

Constructors

Properties

Methods

Constructors

Properties

routeAddUser: Route = ...
routeAddUserToAudience: Route = ...
routeAddUserToStage: Route = ...
routeAddWidget: Route = ...
routeBlockUser: Route = ...
routeCancelEvent: Route = ...
routeChangeAudioDevice: Route = ...
routeChangeVideoDevice: Route = ...
routeConnectUser: Route = ...
routeCreateEvent: Route = ...
routeCreateGroup: Route = ...
routeDecrementStateBy: Route = ...
routeDeleteEvent: Route = ...
routeDeleteGroup: Route = ...
routeDeleteMessagesEvent: Route = ...
routeDisconnectUser: Route = ...
routeGetMessagesEvent: Route = ...
routeGetOptionsWidget: Route = ...
routeGetParticipants: Route = ...
routeGetState: Route = ...
routeGetUserStatus: Route = ...
routeHasTicket: Route = ...
routeHideUserVideoFromAll: Route = ...
routeIncrementStateBy: Route = ...
routeListEvents: Route = ...
routeListGroup: Route = ...
routeListTickets: Route = ...
routeListWidgets: Route = ...
routeMakeModerator: Route = ...
routeMakePanelist: Route = ...
routeMakeParticipant: Route = ...
routeMuteUserAudio: Route = ...
routeOnlineUsers: Route = ...
routeRefundTicket: Route = ...
routeRegisterAttendee: Route = ...
routeRemoveAsModerator: Route = ...
routeRemoveAsPanelist: Route = ...
routeRemoveParticipant: Route = ...
routeRemoveUser: Route = ...
routeRemoveWidget: Route = ...
routeSendMessageEvent: Route = ...
routeSetOptionsWidget: Route = ...
routeSetPersonalLayout: Route = ...
routeSetState: Route = ...
routeShareUserDesktop: Route = ...
routeShareUserVideo: Route = ...
routeStartBroadcasting: Route = ...
routeStartRecording: Route = ...
routeStartStream: Route = ...
routeStopBroadcasting: Route = ...
routeStopRecording: Route = ...
routeStopStream: Route = ...
routeTurnOffVideo: Route = ...
routeTurnOnVideo: Route = ...
routeUnblockUser: Route = ...
routeUnmuteUserAudio: Route = ...
routeUpdateEvent: Route = ...
routeUpdateEventDesign: Route = ...
routeUpdateGroup: Route = ...
routeUpdateMessagesEvent: Route = ...
routeUpdateWidget: Route = ...
routeViewEvent: Route = ...
routeViewGroup: Route = ...
routeViewMessagesEvent: Route = ...
routeViewTicket: Route = ...

Methods

  • Manually add user as an attendee to event.

    See

    Live Manually Add User - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • user_id: string

      Id of user.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Add a user to the audience container.

    See

    Live Add User To Audience - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Add a user to the staging container.

    See

    Live Add User To Stage - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Add a widget to the live event and set which user roles will have access to the widget.

    See

    Live Add Widget - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Blocks the user from participating in the current live event.

    See

    Live Block User - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Cancels live event.

    See

    Live Cancel Event - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Will connect a user to the current video call programmatically.

    See

    Live Connect User - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Creates a live event. All video conferencing, audio conferencing, live streams and brodcasts are considered live events.

    See

    Live Events - Create

    Returns

    Returns a promise from Axios.

    Parameters

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Creates group for live event.

    See

    Live Create Groups - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Decreasing the number of event states.

    See

    Live Decrement State By - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • key: any

      The key that will be used for retrieving the data later.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Deletes a chat message so that it no longer shows up in the feed.

    See

    Live Delete Message - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • message_id: string

      The id of the message.

    • Optional data: null | object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Delete a live event so that it is no longer accessible.

    See

    Live Delete - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Deletes a group from an event.

    See

    Live Delete Group - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • group_id: string

      The id of the group.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Removes widget from live event.

    See

    Live Remove Widget - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • widget_id: string

      The id of the widget.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Will disconnect a user from the current video call.

    See

    Live Disconnect User - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Retrieve a list of chat messages associated with the live event.

    See

    Live Get Chats - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • List multiple live events that is associated with an organizer's account. Use the pagination to change what data is returned.

    See

    Live Events - View Single

    Returns

    Returns a promise from Axios.

    Parameters

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Retrieves all the users who are participants of the live event.

    See

    Live Get Participants - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Retrieve a single chat message that was sent.

    See

    Live Retrieve Single Message - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • message_id: string

      The id of the message.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Gets event data inside a state.

    See

    Live Get State - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • key: any

      The key that will be used for retrieving the data later.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Retrieves a user's status based on the user's id as well as the user's roles.

    See

    Live Get User Status - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Gets the position of widget in live event.

    See

    Live Get Widget Position Options - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Retreives list of widgets.

    See

    Live Event Widgets - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Checks if a attendee has a valid ticket to the current event.

    See

    Live Has Ticket - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • account_id: string

      The id of account.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • There is the ability to hide a users video from all participants except moderators.

    See

    Live Hide User's Video From All - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Adding up the number of event states.

    See

    Live Increment State By - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • key: any

      The key that will be used for retrieving the data later.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • List groups that is related to the organizer's account and access token.

    See

    Live List Groups - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • group_id: string

      The id of the group.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Lists tickets/RSVPs in relation to the event being addressesed.

    See

    Live List Tickets - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Makes a user a moderator of the current live event.

    See

    Live Make Moderator - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Makes a user a panelist of the current live event.

    See

    Live Make Panelist - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Set the user's role in the current live event as a participant.

    See

    Live Make Participant - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Turns the user's audio off during a video call.

    See

    Live Mute User's Audio - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • List all the users that are currently online.

    See

    Live Online Users - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Issues a refund for a purchased ticket.

    See

    Live Refund Ticket - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • ticket_id: string

      Id of attendee ticket.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Register an attendee for either a free or paid event

    See

    Live Register Attendee - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Removes a user as a moderator from the current live event.

    See

    Live Remove As Moderator - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • message_id: string

      The id of user's message.

    • Optional data: null | object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Removes a user as a panelist from the current live event.

    See

    Live Remove As Panelist - RBingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • message_id: string

      The id of user's message.

    • Optional data: null | object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Removes the user's role as a participant from the current live event.

    See

    Live Remove Participant - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • message_id: string

      The id of user's message.

    • Optional data: null | object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Manually remove user as an attendee to event.

    See

    Live Manually Remove User - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • user_id: string

      Id of user.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Send a new message that will appear in the chat stream.

    See

    Live Send Message - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Change the users camera input to another video source.

    See

    Live Change Audio Device - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Normally layouts are set for the entire class.

    See

    Live Set Personal Layout - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Stores event data inside a state.

    See

    Live Set State - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Change the users camera input to another video source.

    See

    Live Change Video Device - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Sets the position of widget in live event.

    See

    Live Set Widget Position Options - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • option_id: string

      The id of the position.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Share the user's desktop during a video call.

    See

    Live Share User's Desktop - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Share the user's video during the call.

    See

    Live Share User's Video - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Starts broadcast of live event.

    See

    Live Start Broadcasting - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Starts recording of live event.

    See

    Live Start Recording - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Starts stream of live event.

    See

    Live Start Stream - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Stops broadcast of live event.

    See

    Live Stop Broadcasting - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Stops recording of live event.

    See

    Live Stop Recording - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Stop stream of live event.

    See

    Live Stop Stream - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Turns the user's video off during a video call.

    See

    Live Turn Off User's Video - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Turns the user's video on during a video call.

    See

    Live Turn On User's Video - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Removes the block that prevents the user from participating in the current live event.

    See

    Live Unblock User - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • message_id: string

      The id of user's message.

    • Optional data: null | object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Turns the user's audio on during a video call.

    See

    Live Unmute User's Audio - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Update a chat message that is associated with an event

    See

    Live Update Message - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • message_id: string

      The id of the message.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Update a live event's information.

    See

    Live Events - Update

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Update the design elements associated with a live event.

    See

    Live Events - Update Design

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Updates a group information information.

    See

    Live Update Groups - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • group_id: string

      The id of the group.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Updates widgets information on live event.

    See

    Live Update Widget - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • widget_id: string

      The id of the widget.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • View a single live event's data.

    See

    Live Events - Create

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • View the information pertaining to a single group.

    See

    Live List Groups - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • group_id: string

      The id of the group.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • View the current ticket's information.

    See

    Live View Ticket - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • event_id: string

      The id of the live event.

    • ticket_id: string

      Id of attendee ticket.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

Generated using TypeDoc