We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7635b commit f6be34dCopy full SHA for f6be34d
2 files changed
lib/ex_rtmp/client.ex
@@ -29,7 +29,7 @@ defmodule ExRTMP.Client do
29
## Options
30
* `:uri` - The RTMP server URI to connect to. This option is required.
31
32
- * `:stream_key` - The stream key to use when publishing a stream. This option is required.
+ * `:stream_key` - The stream key. This option is required.
33
34
* `:name` - The name to register the client process. This option is optional.
35
"""
mix.exs
@@ -65,6 +65,7 @@ defmodule ExRTMP.MixProject do
65
groups_for_modules: [
66
Core: [
67
"ExRTMP",
68
+ ~r/^ExRTMP\.Client($|\.)/,
69
~r/^ExRTMP\.Server($|\.)/,
70
"ExRTMP.Chunk",
71
"ExRTMP.Message",
0 commit comments