Codex.Voice (Codex SDK v0.3.0)

View Source

Placeholder for voice pipelines.

Voice capture/playback APIs are currently out of scope for the Elixir SDK. Calls return an {:error, %Codex.Error{kind: :unsupported_feature}} tuple with a clear message.

Summary

Functions

call(opts \\ %{})

@spec call(map() | keyword()) :: {:error, Codex.Error.t()}

stream(opts \\ %{})

@spec stream(map() | keyword()) :: {:error, Codex.Error.t()}