mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-28 10:43:58 -04:00
refactor
This commit is contained in:
@@ -27,7 +27,7 @@ func (vc *VideoChat) Write(b []byte) (int, error) {
|
||||
|
||||
func NewVideoChat(ctx context.Context, config interface{}) (interface{}, error) {
|
||||
return &VideoChat{
|
||||
sn: int(dice.RandomUint16()),
|
||||
sn: int(dice.RollUint16()),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user