MuxWrapper.delete_live_stream

You're seeing just the function delete_live_stream, go back to MuxWrapper module for more information.
Link to this function

delete_live_stream(client, live_stream_id)

View Source

Specs

delete_live_stream(
  %Tesla.Client{adapter: term(), fun: term(), post: term(), pre: term()},
  String.t()
) :: atom()

Provide a function to delete a live stream

Parameters

  • client: provide by client/0
  • live_stream_id: live stream id

Examples

iex> MuxWrapper.client |> MuxWrapper.delete_live_stream("live_stream_id_very_long")
:ok