public static extern int zego_express_send_custom_video_capture_raw_data(IntPtr data, uint data_length, zego_video_frame_param param, UInt64 reference_time_millisecond, uint reference_time_scale, zego_publish_channel channel);
 public static extern int zego_express_enable_custom_video_capture(bool enable, ref zego_custom_video_capture_config config, zego_publish_channel channel);
 public static extern zego_video_config zego_express_get_video_config(zego_publish_channel channel);
 public static extern int zego_express_set_video_config(zego_video_config config, zego_publish_channel channel);
 public static extern int zego_express_stop_publishing_stream(zego_publish_channel channel);
 public static extern int zego_express_start_publishing_stream(string stream_id, zego_publish_channel channel);