We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e834708 commit 6ed8010Copy full SHA for 6ed8010
1 file changed
src/room/participant/LocalParticipant.ts
@@ -1771,9 +1771,9 @@ export default class LocalParticipant extends Participant {
1771
destinationIdentity,
1772
method,
1773
payload,
1774
- responseTimeout = 10000,
+ responseTimeout = 15000,
1775
}: PerformRpcParams): Promise<string> {
1776
- const maxRoundTripLatency = 2000;
+ const maxRoundTripLatency = 7000;
1777
1778
return new Promise(async (resolve, reject) => {
1779
if (byteLength(payload) > MAX_PAYLOAD_BYTES) {
0 commit comments