We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9788587 commit 6bbdc03Copy full SHA for 6bbdc03
README.md
@@ -42,7 +42,7 @@ func getJoinToken(apiKey, apiSecret, room, identity string) (string, error) {
42
RoomJoin: true,
43
Room: room,
44
}
45
- at.AddGrant(grant).
+ at.SetVideoGrant(grant).
46
SetIdentity(identity).
47
SetValidFor(time.Hour)
48
0 commit comments