Skip to content

Commit

Permalink
Add callee features
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Sep 10, 2024
1 parent cb03292 commit f5ab68f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion joiner.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ var ClientRoles = map[string]any{ //nolint:gochecknoglobals
"features": map[string]any{},
},
"callee": map[string]any{
"features": map[string]any{},
"features": map[string]any{
"progressive_call_results": true,
"call_canceling": true,
},
},
"publisher": map[string]any{
"features": map[string]any{},
Expand Down

0 comments on commit f5ab68f

Please sign in to comment.