3import android.content.Context;
4import android.graphics.Bitmap;
5import android.util.AttributeSet;
7import com.zipow.videobox.sdk.SDKShareOutView;
9import us.zoom.internal.jni.helper.ZoomMeetingSDKBridgeHelper;
17 private static final String
TAG=
"MobileRTCShareView";
24 super(context, attrs);
34 return super.setImageBitmap(bmp);
44 public boolean setSharePDF(String filePath, String password) {
46 return super.setPdf(filePath, password);
57 return super.setUrl(url,
false);
66 return super.setWhiteboardBackground();
76 return super.setShareCamera(cameraID);
86 return super.onMyVideoRotationChangedForShareCamera(rotation);
ZOOM sharing view container.
boolean setShareWhiteboard()
boolean setSharePDF(String filePath, String password)
boolean setShareImageBitmap(Bitmap bmp)
MobileRTCShareView(Context context)
MobileRTCShareView(Context context, AttributeSet attrs)
boolean setShareCamera(String cameraID)
boolean onMyVideoRotationChangedForShareCamera(int rotation)
boolean setShareWebview(String url)
Enumeration of common errors of SDK.