fix linting
This commit is contained in:
parent
e255d004e3
commit
ca46d56184
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
// this is the chunk stream ID that is usually used to send MsgAudio{}
|
||||
// MsgAudioChunkStreamID is the chunk stream ID that is usually used to send MsgAudio{}
|
||||
MsgAudioChunkStreamID = 6
|
||||
)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
// this is the chunk stream ID that is usually used to send MsgVideo{}
|
||||
// MsgVideoChunkStreamID is the chunk stream ID that is usually used to send MsgVideo{}
|
||||
MsgVideoChunkStreamID = 6
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue