With this intent you can make a skype Video Call in direct mode with user:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			
			
				B4X:
			
		
		
		Dim skypeId As String = "devil-app"
Dim collegati As String = "skype:" & skypeId & "?call&video=true"
Dim skype As Intent
skype.Initialize(skype.ACTION_VIEW, collegati)
skype.SetComponent("com.skype.raider")
StartActivity(skype)