Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public Response<CallConnection> joinWithResponse(
* Get CallConnection object
*
* @param callConnectionId The call connection id.
* @return CallConnection
* @return CallConnection.
*/
public CallConnection getCallConnection(String callConnectionId) {
return callingServerAsyncClient.getCallConnectionInternal(callConnectionId);
Expand Down