Exemplo n.º 1
0
        public Boolean GetAttendeesByRole(List <MeetingAttendee> a, MeetingAttendee.AttendeeParticipationRole r)
        {
            IntPtr nA = IntPtr.Zero;

            Boolean ret = VidyoMeetingGetAttendeesByRoleNative(objPtr, nA, r);

            return(ret);
        }
Exemplo n.º 2
0
 private static extern Boolean VidyoMeetingGetAttendeesByRoleNative(IntPtr m, IntPtr a, [MarshalAs(UnmanagedType.I4)] MeetingAttendee.AttendeeParticipationRole r);