private void videoOffered(Call call) { LogZoiperEvent("Video requested by: " + call.CalleeName); call.AcceptVideo(true); //ShowCameraForm(call); }