View Source SignalWire.ConferenceParticipant (signal_wire v0.1.0)

Represents a Conference Participant resource in the Signal Wire API.

Summary

Functions

Link to this function

delete(account_id, conference_id, sid)

View Source
Link to this function

delete(client, account_id, conference_id, sid)

View Source
Link to this function

find(account_id, conference_id, sid)

View Source
@spec find(binary(), binary(), binary()) :: SignalWire.success() | SignalWire.error()
Link to this function

find(client, account_id, conference_id, sid)

View Source
Link to this function

list(account_id, conference_id, query \\ %{})

View Source
Link to this function

list(client, account_id, conference_id, query)

View Source
Link to this function

update(account_id, conference_id, sid, params)

View Source
@spec update(binary(), binary(), binary(), map()) ::
  SignalWire.success() | SignalWire.error()
Link to this function

update(client, account_id, conference_id, sid, params)

View Source