Skip to content

Commit

Permalink
auto_gen_user_id
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Sep 27, 2024
1 parent 40a9006 commit bd1f199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/quickJoin.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
"enable_analytics" => true,
"room_duration" => 0, // in minutes. 0 = no limit/unlimited
"allow_virtual_bg" => true,
"allow_raise_hand" => true
"allow_raise_hand" => true,
// if false then you'll need to provide unique user id
"auto_gen_user_id" => true,
),
"recording_features" => array(
"is_allow" => true,
Expand Down

0 comments on commit bd1f199

Please sign in to comment.