MuxWrapper.LiveStreams.complete_live_stream
You're seeing just the function
complete_live_stream
, go back to MuxWrapper.LiveStreams module for more information.
Specs
complete_live_stream( %Tesla.Client{adapter: term(), fun: term(), post: term(), pre: term()}, String.t() ) :: atom()
Provide a function to singal a live stream finished
Parameters
- client: provide by
client/0
- live_stream_id: live stream id
Examples
iex> MuxWrapper.client() |> MuxWrapper.LiveStreams.complete_live_stream("live_stream_id_very_long")
:ok