View Source SignalWire.Conference (signal_wire v0.1.0)

Represents a Conference resource in the Signal Wire API.

Summary

Functions

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

find(client, account_id, sid)

View Source
Link to this function

list(account_id, query \\ %{})

View Source
Link to this function

list(client, account_id, query)

View Source
Link to this function

update(account_id, sid, params)

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

update(client, account_id, sid, params)

View Source