VideoSourceType public enum VideoSourceType : Int Enum representing the type of a video source. Unknown Undocumented Declaration Swift case Unknown = 0 Call The video source is another call. Declaration Swift case Call = 1 Camera The video source is a camera. Declaration Swift case Camera = 2 Image The video source is an image. Declaration Swift case Image = 3 © 2022 . All rights reserved. (Last updated: 2022-12-08) Generated by jazzy ♪♫ v0.14.1, a Realm project.