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 5, 2024
1 parent 866f03b commit 25a8b8a
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 25a8b8a

Please sign in to comment.