Description | Uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
unaConfRTP server class.
2.5.2010.03 Still here
2.5.2010.10 Room/users names
2.5.2010.12 RTCP
Name | Description |
---|---|
Class TunaConfRTPserver |
RTP Conference server |
Class unaConfRTProom |
RTP Conference room |
Class unaConfRTProomList |
List of conference rooms. |
Class unaConfRTProomUser |
RTP Conference user. |
Class unaConfRTProomUserList |
List of users in a conference rooms. |
packed record unaConfRTPsynchEvent |
procedure Register(); |
tRoomID = int32; |
punaConfRTPsynchEvent = ˆunaConfRTPsynchEvent; |
evonUserConnect = procedure(sender: tObject; userID: int32; roomID: tRoomID; const IP, port: string; isConnected: bool) of object; |
evonUserVerify = procedure(sender: tObject; userID: int32; roomID: tRoomID; const IP, port: string; var accept: bool) of object; |
evonRoomAddRemove = procedure(sender: tObject; roomID: tRoomID; doAdd: bool) of object; |
procedure Register(); |
IDE Integration. |
tRoomID = int32; |
punaConfRTPsynchEvent = ˆunaConfRTPsynchEvent; |
evonUserConnect = procedure(sender: tObject; userID: int32; roomID: tRoomID; const IP, port: string; isConnected: bool) of object; |
– server events – |
evonUserVerify = procedure(sender: tObject; userID: int32; roomID: tRoomID; const IP, port: string; var accept: bool) of object; |
evonRoomAddRemove = procedure(sender: tObject; roomID: tRoomID; doAdd: bool) of object; |
(c) 2012 Lake of Soft