This commit is contained in:
Darien Raymond
2017-04-27 11:54:15 +02:00
parent b841042d0c
commit 2e756cdaa8
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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
}