Skip to content

Commit

Permalink
Add callee features
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Dec 26, 2024
1 parent 873c4a7 commit 636026f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/src/joiner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ import "package:wampproto/src/types.dart";

final clientRoles = <String, Map<String, Map>>{
"caller": {"features": {}},
"callee": {"features": {}},
"callee": {
"features": {
"progressive_call_results": true,
"call_canceling": true,
},
},
"publisher": {"features": {}},
"subscriber": {"features": {}},
};
Expand Down

0 comments on commit 636026f

Please sign in to comment.