We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d86a52 commit b92d7b0Copy full SHA for b92d7b0
Project/src/MakeCall/MakeCall.js
@@ -236,6 +236,8 @@ export default class MakeCall extends React.Component {
236
this.logInComponentRef.current.setCallAgent(this.callAgent);
237
this.logInComponentRef.current.setCallClient(this.callClient);
238
this.autoJoinMeetingByMeetingLink();
239
+ const activeCalls = await this.callAgent.getActiveCallDetails();
240
+ this.setState({ activeCallDetails: activeCalls.callId ? activeCalls : undefined });
241
} catch (e) {
242
console.error(e);
243
}
0 commit comments