mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-03 01:39:08 -04:00
update headers test cases
This commit is contained in:
@@ -25,6 +25,7 @@ func (vc *VideoChat) Write(b []byte) (int, error) {
|
||||
return 13, nil
|
||||
}
|
||||
|
||||
// NewVideoChat returns a new VideoChat instance based on given config.
|
||||
func NewVideoChat(ctx context.Context, config interface{}) (interface{}, error) {
|
||||
return &VideoChat{
|
||||
sn: int(dice.RollUint16()),
|
||||
|
||||
Reference in New Issue
Block a user