Added null check when setting up conferenceCall.
Without this null check, it was possible for the conferenceCallId to be non-null but the conferenceCall to be null. This resulted in errantly calling setParentAndChildCall with a null value. Wrapping in a null check prevents this behavior. Bug: 230787193 Test: Manual Test Change-Id: I330fcd3f99f81a038731d177ace8b9fe14680cf9
Loading
Please register or sign in to comment