7172737475767778
/** * End the call. */ public static void endCall(){ CallContextImpl callCtx = getCallContext(); callCtx.endCall(); } }