diff --git a/src/room/participant/LocalParticipant.ts b/src/room/participant/LocalParticipant.ts index bd4b937900..e1a4b45719 100644 --- a/src/room/participant/LocalParticipant.ts +++ b/src/room/participant/LocalParticipant.ts @@ -1771,9 +1771,9 @@ export default class LocalParticipant extends Participant { destinationIdentity, method, payload, - responseTimeout = 10000, + responseTimeout = 15000, }: PerformRpcParams): Promise { - const maxRoundTripLatency = 2000; + const maxRoundTripLatency = 7000; return new Promise(async (resolve, reject) => { if (byteLength(payload) > MAX_PAYLOAD_BYTES) {